home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / txinfo.man < prev    next >
Text File  |  1989-07-07  |  2KB  |  69 lines

  1.  
  2.  
  3.  
  4. TXINFO                    User Commands                    TXINFO
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      txinfo - Return up-to-date termcap information
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ttxxiinnffoo
  15.  
  16. _________________________________________________________________
  17.  
  18. IINNTTRROODDUUCCTTIIOONN
  19.      This command will output on its standard  output  two  shell
  20.      commands,  which  will  set the TERM and TERMCAP enivornment
  21.      variables to contain correct information for the  ttxx  window
  22.      attached  to  /dev/tty.   For this command to work properly,
  23.      the controlling terminal for the process (/dev/tty) must  be
  24.      attached  to a ttxx window;  ttxxiinnffoo outputs ttxx commands to the
  25.      window and reads back information supplied by ttxx.
  26.  
  27.      This command is  particularly  useful  in  .login  files  on
  28.      machines  that  do  not have ``tx'' entries in their termcap
  29.      files (and right now there are no machines with "tx" termcap
  30.      entries),  so  that you can rlogin from your workstation and
  31.      get the TERM and TERMCAP environment variables defined.  For
  32.      example,  you  might include the following shell commands in
  33.      your .login files:
  34.  
  35.  
  36.           if ( $TERM == tx ) then
  37.                set noglob
  38.                eval `txinfo`
  39.                unset noglob
  40.           endif
  41.  
  42.      The nnoogglloobb variable must be unset while processing  the  the
  43.      TERMCAP entry because it contains special characters like [[,
  44.      which will confuse the shell unless nnoogglloobb is set.
  45.  
  46.  
  47. SSEEEE AALLSSOO
  48.      tx
  49.  
  50.  
  51. KKEEYYWWOORRDDSS
  52.      termcap, terminal emulator, typescript, window
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  July 6, 1989                     1
  66.  
  67.  
  68.  
  69.